records
Résultats des élections législatives 2024 - 2nd tour
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"resultats-des-elections-legislatives-2024-2nd-tour",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/resultats-des-elections-legislatives-2024-2nd-tour"
}
] - "definitions":{
- "resultats-des-elections-legislatives-2024-2nd-tour":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/resultats-des-elections-legislatives-2024-2nd-tour_records"
}
}
} - "records":
} - "properties":
- "resultats-des-elections-legislatives-2024-2nd-tour_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "numero_bureau":,{
- "type":"string",
- "title":"NUMERO_BUREAU",
- "description":""
} - "code_lieu_de_vote":,{
- "type":"integer",
- "title":"CODE_LIEU_DE_VOTE",
- "description":""
} - "nom_bureau":,{
- "type":"string",
- "title":"NOM_BUREAU",
- "description":""
} - "nb_inscrits":,{
- "type":"integer",
- "title":"nb_Inscrits",
- "description":""
} - "nb_emargements":,{
- "type":"integer",
- "title":"nb_Emargements",
- "description":""
} - "nb_votants":,{
- "type":"integer",
- "title":"nb_Votants",
- "description":""
} - "nb_blanc":,{
- "type":"integer",
- "title":"nb_Blanc",
- "description":""
} - "nb_nuls":,{
- "type":"integer",
- "title":"nb_Nuls",
- "description":""
} - "nb_exprimes":,{
- "type":"integer",
- "title":"nb_Exprimes",
- "description":""
} - "nb_procurations":,{
- "type":"integer",
- "title":"nb_Procurations",
- "description":""
} - "candidat":,{
- "type":"string",
- "title":"Candidat",
- "description":""
} - "nb_voix":{
- "type":"number",
- "title":"Nb_voix",
- "description":""
}
} - "numero_bureau":
}
} - "fields":
} - "properties":
} - "resultats-des-elections-legislatives-2024-2nd-tour":
}